|
|
|
|
HoverInnerBorder Property, SftTree Class |
Defines the inner border of the flyby highlighting outline of an item that is not selected.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Property HoverInnerBorder As Color |
C# |
public Color HoverInnerBorder { get; set; } |
C++ |
public: property Color HoverInnerBorder { |
Property Value
The border color.
The default value is Color.LightGray.
Comments
The HoverInnerBorder property defines the inner border of the flyby highlighting outline of an item that is not selected.
This property applies if selected items or cells use a selection outline (SelectionOutlineStyle == SelectionOutlineStyleEnum.UsingOutline).
The properties SelectionOutlineBorder, SelectionInnerBorder, SelectionFill1 and SelectionFill2 are used to render a selection outline.